add $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker. This
authorPeter Teichman <teichman@src.gnome.org>
Mon, 27 Dec 1999 05:00:42 +0000 (05:00 +0000)
committerPeter Teichman <teichman@src.gnome.org>
Mon, 27 Dec 1999 05:00:42 +0000 (05:00 +0000)
        * gdk-pixbuf/Makefile.am (libpixbuf_tiff_la_LIBADD): add
        $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for
mmarker. This closes bug #4676.

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 7fc6c896d299c61927fe3682d46886f620b97690..3dba5882361381a281b40ad5bba11be77fe8103c 100644 (file)
@@ -1,3 +1,9 @@
+1999-12-26  Peter Teichman  <pat@gnu.org>
+
+       * gdk-pixbuf/Makefile.am (libpixbuf_tiff_la_LIBADD): add
+       $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker.
+       This closes bug #4676.
+
 1999-12-23  Havoc Pennington  <hp@pobox.com>
 
        * gdk-pixbuf/io-gif.c (image_load): Stuff that should have been
index 0879eeeca166fda644017b11785093ecedd13621..cb08a116d807fa91e53abb29610a4fa384a2c008 100644 (file)
@@ -154,7 +154,7 @@ libpixbuf_ras_la_LIBADD =
 #
 libpixbuf_tiff_la_SOURCES = io-tiff.c
 libpixbuf_tiff_la_LDFLAGS = -avoid-version -module
-libpixbuf_tiff_la_LIBADD =
+libpixbuf_tiff_la_LIBADD = $(LIBTIFF)
 
 #
 # The PNM loader